generateReport
generateReport
Query Parameters
view string required
Possible values: [DEALER
, DEALERGROUP
]
view
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
dealerDepartmentUuidList string[]
dealerUuids string[]
endApptTime string
requesterUserUuid string
startApptTime string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
error object
reportUrls string[]
statusCode int32
warnings object[]
{
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"reportUrls": [
"string"
],
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
POST /report
Request
Request
curl / cURL
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
python / requests
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
go / native
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
nodejs / axios
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
ruby / Net::HTTP
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
csharp / RestSharp
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
php / cURL
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
java / OkHttp
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'
powershell / RestMethod
curl -L -X POST '//api.mykaarma.com/mobile-service/report' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"dealerUuids": [
"string"
],
"endApptTime": "string",
"requesterUserUuid": "string",
"startApptTime": "string"
}'